home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java ServerSocket implementation. (HPP)
-
- #ifndef _DTJSSOCK11_HPP
- #define _DTJSSOCK11_HPP
-
- #include "dtjobjct11.hpp"
-
- class METAEXPORTCLASSDEF DTJServerSocket11 : public DTJObject11
- {
- public:
- DTJServerSocket11( const MetaObject * pMetaObj );
- virtual ~DTJServerSocket11();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJServerSocket11 DTpowersoft__dot__powerj__dot__net__dot__ServerSocket__dot__11;
-
- #endif // _DTJSSOCK11_HPP
-